Add explicit dependency on regex.
authorPeter Atashian <retep998@gmail.com>
Mon, 26 Jan 2015 00:59:38 +0000 (19:59 -0500)
committerPeter Atashian <retep998@gmail.com>
Mon, 26 Jan 2015 00:59:38 +0000 (19:59 -0500)
Signed-off-by: Peter Atashian <retep998@gmail.com>
Cargo.lock
Cargo.toml

index ecf3bf05daa65b08aa61ff7c815c46f469de2f25..e637c168f69414122bea1db73e64e1988ee53734 100644 (file)
@@ -10,6 +10,7 @@ dependencies = [
  "glob 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)",
  "log 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "registry 0.1.0",
  "rustc-serialize 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  "semver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
index 43d881da54e4605e8ef1ee5c5d28e2097d39404d..bf595de89489bddacc8b5d33a236c238bc5d0ee9 100644 (file)
@@ -23,6 +23,7 @@ docopt = "0.6"
 url = "0.2"
 rustc-serialize = "0.2"
 term = "0.1"
+regex = "0.1"
 
 [target.i686-pc-windows-gnu.dependencies]
 winapi = "0.1"